Skip to content

Conversation

@indrasuthar07
Copy link
Contributor

@indrasuthar07 indrasuthar07 commented Nov 13, 2025

Description

integrated the payment gateway using razorpay api and now it's working on test mode we can upgrade it to live mode at the time of deployment and now user can payment using this feature by adding his razorpay credientials in .env of backend.
The payment flow :

  • Syncs cart items to backend
  • Validates cart is not empty
  • Creates Razorpay order
  • Opens Razorpay payment gateway
  • Verifies payment and updates order status
  • screenshot of working in test-mode=>
Screenshot 2025-11-14 050026

Give a brief description of the pull request.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

closes #22

List any issues that this pull request closes.

Checklist

@04shubham7
Copy link
Member

Resolve all the conflicts pls

@indrasuthar07
Copy link
Contributor Author

Done Sir resolved

@04shubham7
Copy link
Member

@indrasuthar07 resolve conflicts first

@04shubham7 04shubham7 merged commit e34d582 into OPCODE-Open-Spring-Fest:main Nov 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Integrate payment gateway API for handling transactions

2 participants